Developing a GitHub Action can be a rewarding journey into the world of automation. In this post, I’ll take you behind the scenes of building the "Is First Commit" GitHub Action β€” a small yet handy tool that checks whether the current commit is the very first one in a repository.


Setting Up th

...

Continue reading